Newer
Older
rnn_bachelor_thesis / Report / New Version / text / preselection.tex
  1. \section{Preselection}
  2. \label{sec:preselection}
  3.  
  4.  
  5. \subsection{Stripping}
  6.  
  7. \subsection{not yet determined}
  8. UNFINISHED
  9. The middle \qsq-region is analysed.
  10.  
  11. To remove any contribution from the \jpsi mode, a cut requiring $1 < m^2_{\jpsi} < 6\gev$ is applied to the samples.
  12.  
  13. Trigger decision are applied on the samples as well. For the L0 stage, events that were triggered by hadronic, leptonic or global TIS events are allowed and merged into one sample. \hltone as well as \hlttwo trigger decision for TOS are kept.
  14.  
  15. As it turns out, there is most probably some kind of physical background reaching into our region of interest. In order to reduce the amount of background, strong cuts are applied.
  16.  
  17.  
  18. %define explanations
  19. \def \chisqvtxndfexpl {Reconstruction quality of the vertex per number of degrees of freedom}
  20. \def \chisqvtxexpl {Reconstruction quality of the vertex}
  21. \def \ptexpl {Transverse momentum}
  22. \def \chisqfdexpl {\chisq of the fit to the flight distance}
  23. \def \ghostprobaexpl {Probability that track is a ghost}
  24. \def \amaxdocaexpl {Maximum distance of closest approach with all tracks}
  25. \def \diraexpl {Cosine of angle between momentum and flight direction from best primary vertex}
  26. \newcommand{\probnnexpl}[1]{Probability for the particle to be a #1}
  27. \newcommand{\probnn}[1]{$ProbNN_{#1}$}
  28.  
  29.  
  30. \subsection{Preselection cuts}
  31. \begin{table}[t]
  32. \caption{
  33. %\small %captions should be a little bit smaller than main text
  34. Preselection cuts}
  35. \begin{center}\begin{tabularx}{\textwidth}{lrlX}
  36. \hline
  37. Particle& Variable & Cut & Explanation \\
  38. \hline
  39. \Bu & \chisqvtxndf & $<6$ & \chisqvtxndfexpl\\
  40. & AMAXDOCA & $<4$ & \amaxdocaexpl\\
  41. & \pt & $>1\gev$ & Transverse momentum\\
  42. & $DIRA ownpv$ & $>0.9998$ & \diraexpl\\
  43. & ${\chisq}_{FD}$ & $>150$ & \chisqfdexpl\\
  44. \hline
  45. \jpsi & \chisqip ownpv& $>1$ & \\
  46. & \chisqvtxndf & $<6$ & \\
  47. \hline
  48. $\kaon_1$&\chisqip ownpv& $>3$ \\
  49. \hline
  50. \Kp & ProbNNk & $>0.02$ & \probnnexpl{\kaon} \\
  51. & GhostProb & $<0.3$ & \ghostprobaexpl \\
  52. \hline
  53. \pip and \pim & probNNpi & $>0.02$ & \\
  54. & GhostProb & $<0.3$ & \ghostprobaexpl\\
  55. \hline
  56. \pip, \pim and \Kp & sum of \chisqip & $>200$ \\
  57. \hline
  58. \ep and \en & sum of \chisqip & $>200$ & \\
  59. & GhostProb & $<0.3$ & \ghostprobaexpl \\
  60. \hline
  61. \end{tabularx}\end{center}
  62. \label{tab:preselection}
  63. \end{table}